Skip to content

fix: enforce 20-byte app_id length in CVM setup#604

Merged
kvinwang merged 1 commit intomasterfrom
fix-appid-length-20-bytes
Mar 27, 2026
Merged

fix: enforce 20-byte app_id length in CVM setup#604
kvinwang merged 1 commit intomasterfrom
fix-appid-length-20-bytes

Conversation

@kvinwang
Copy link
Copy Markdown
Collaborator

This PR makes the 20-byte app_id requirement explicit in the CVM setup path.

  • In , we now validate that and fail fast with a clear error if not.
  • This matches the existing hard requirement in , which already calls with and would reject any non–20-byte app_id.

In other words, configs that were valid before remain valid; the only behavioral change is that misconfigured app_ids that would have failed later now fail earlier with a more explicit error.

Related to #554.

@kvinwang kvinwang force-pushed the fix-appid-length-20-bytes branch from 3b9cb61 to cef7bca Compare March 27, 2026 07:38
@kvinwang kvinwang merged commit 9a5b3e4 into master Mar 27, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant